FlexReport for WinForms
IndexOf メソッド (ReportObjectCollection<TItem>)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > ReportObjectCollection<TItem> クラス : IndexOf メソッド
The element.
Gets the index of the element.
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal item As TItem _
) As System.Integer
'使用法
 
Dim instance As ReportObjectCollection(Of TItem)
Dim item As TItem
Dim value As System.Integer
 
value = instance.IndexOf(item)
public System.int IndexOf( 
   TItem item
)

パラメータ

item
The element.

戻り値の型

The zero-based index of element or -1 if element does not exist in the collection.
参照

参照

ReportObjectCollection<TItem> クラス
ReportObjectCollection<TItem> メンバ